C1.Web.Mvc Namespace / AutoComplete<T> Class


AutoComplete<T> Class Methods

For a list of all members of this type, see AutoComplete<T> members.

Public Methods
 NameDescription
Public MethodOverridden. Render the component result to the writer.  
Public MethodReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Protected Methods
 NameDescription
Protected MethodCreates child components. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>)
Protected MethodEnsure the child components created. (Inherited from C1.Web.Mvc.Component)
Protected MethodThis method is performed before rendering. (Inherited from C1.Web.Mvc.Control)
Protected MethodRegisters the start-up script. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>)
Protected MethodRenders the html attributes of control. (Inherited from C1.Web.Mvc.Control)
Protected MethodRenders begin tag of control. (Inherited from C1.Web.Mvc.Control)
Protected MethodRenders content of control. (Inherited from C1.Web.Mvc.Control)
Protected MethodRenders end tag of control. (Inherited from C1.Web.Mvc.Control)
Protected MethodRenders the control markup. (Inherited from C1.Web.Mvc.Control)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also